home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / flstd132.zip / WHATSNEW.TXT < prev   
Text File  |  1996-04-19  |  31KB  |  693 lines

  1.                 
  2.         
  3.                                 FASTLST
  4.         
  5.                          Changes and Additions
  6.         
  7.         
  8.         
  9.                 
  10.         
  11.         1.32 - New "MultiLineDesc <nnn> [<c>]" statement for enabling
  12.                Multi-Line description support.
  13.         
  14.              - New "FlagDef" table to associate nodelist flags to user
  15.                defined bits.
  16.         
  17.              - In "Version7 <path> <Nodex> <SysopNdx>" you can now
  18.                specify an extension for <SysopNdx>.
  19.                If no extension is specified, ".NDX" is assumed if
  20.                <SysopNdx> is different from <Nodex>, otherwise the
  21.                ".SDX" extension is used.
  22.         
  23.              - New <nodex>.BSY V7 semaphore to avoid concurrent access
  24.                to nodelist files during compilation.
  25.         
  26.              - New errorlevel 14 exit on timeout on V7 semaphore.
  27.         
  28.              - The "MsgRem" used alone, will report all comment lines,
  29.                excluding the empty ones.
  30.         
  31.              - Use of "Phone <addr> <newnumber>" for scripts and
  32.                internet addresses (not new, just explained):
  33.         
  34.                  Examples:
  35.         
  36.                 My country code is 39 (Italy) and the area code is 59
  37.                 (Modena):
  38.         
  39.                 Phone 1:106/2000  39-59-#juge*com   ; VMODEM address
  40.                 Phone 1:123/4567  39-59-12*34*56*78 ; telnet IP address
  41.                 Phone 2:245/6789  39-59-"Bob.scr"   ; quoted script name
  42.         
  43.              - Some configuration errors better flagged.
  44.         
  45.              - V7 packing algorithm improved in speed.
  46.         
  47.              - Dropped OS/2 16 bit version
  48.         
  49.              - New NT version. Unfortunately it doesn't work under W95
  50.                (the external commands seem not to work so that nodelists
  51.                can't be packed/unpacked. Maybe when I will upgrade the
  52.                Watcom compiler, I will support W95 too.
  53.         
  54.              - New icon FastLst2.Ico for OS/2.
  55.         
  56.              - New Registration sites.
  57.         
  58.         
  59.         
  60.                 
  61.         
  62.         1.31 - New "CostNullPhone <cost> [<ucost>]" global keyword, to
  63.                allow the specification of costs to be assigned to nodes
  64.                with empty (unpublished, etc.) phone number.
  65.         
  66.                <ucost> defaults to <cost>.
  67.         
  68.                If CostNullPhone is not used, <cost> defaults to 65535
  69.                and <ucost> to 0.
  70.         
  71.                Example:
  72.         
  73.                         CostNullPhone 1000 0
  74.         
  75.                Some programs might have bugs that cause problems dealing
  76.                with high costs (such as the default 65535). Should you
  77.                experience problems with entries that have a "NullPhone",
  78.                try setting a lower cost e.g. "CostNullPhone 900 0".
  79.         
  80.              - Before applying a diff, the CRC of the OLD nodelist (as
  81.                reported in its first line) is compared to the one
  82.                reported in the diff file. Previously this check was not
  83.                done, so in the remote case you were applying a diff to
  84.                an illegal nodelist (e.g. a european diff to an american
  85.                nodelist), the error was discovered only at the end of
  86.                the application, when checking the CRC of the resulting
  87.                nodelist.
  88.         
  89.              - Checks added to warn about illegal empty Cost or Dial
  90.                tables. Previously the program hanged.
  91.         
  92.              - No more Access Violations when "ArcDiff" is used without
  93.                "NodeDiff" (it is a strange configuration, but it is now
  94.                legal).
  95.         
  96.              - Fixed bug that caused access violation applying a
  97.                nodediff when using "NodeDiff" without "ArcDiff" (anyway
  98.                you are encouraged letting FastLst do all the work it is
  99.                designed for...).
  100.         
  101.              - The number of archived nodelists to be kept (as specified
  102.                in the ArcList statement) is now checked a second time
  103.                after nodediff application, so that the required number
  104.                of archives is kept exactly. Previously, after nodediff
  105.                application, there was one archive more than specified.
  106.         
  107.              - When specifying <ArcKeep> 0 in "ArcList", the nodelist is
  108.                not archived (previously was archived and then deleted).
  109.         
  110.              - Changed Compress.Cfg to support the OS/2 RAR.
  111.         
  112.              - Dos versions are now distributed with the same executable
  113.                names as the OS/2 versions: FASTLST.EXE (32 bit) and
  114.                FASTL16.EXE (16 bit).
  115.         
  116.         
  117.         
  118.                 
  119.         
  120.         1.30 - WARNING: FastLst v 1.30 is NOT a true "Drop In"
  121.                replacement for v 1.20, anyway there is little to change:
  122.         
  123.                - Add a "CompressCfg <squish_compress_cfg_file>" line to
  124.                  the "Global Info" section of your fastlst.cfg.
  125.         
  126.                - Remove all "Arc" and "UnArc" lines.
  127.         
  128.                - In each "Input block" section where you would like to
  129.                  be able to compress new nodelists (e.g. where Nodediffs
  130.                  are processed and you were using "Arc" statements), add
  131.                  one or more "ArcMethod <meth>,[<f>] ..." lines, where
  132.                  <meth> represents one of the archiving methods defined
  133.                  in <squish_compress_cfg_file> (e.g. ZIP, LH, etc.) and
  134.                  the optional <f> is an override for the initial
  135.                  character of the archived file extension (in the case
  136.                  it is named after the day of the year and you do not
  137.                  want to use the first character of the default
  138.                  extension, as defined in <squish_compress_cfg_file>).
  139.         
  140.                - See FastLst.Doc for more information.
  141.         
  142.         
  143.              - DOS: There is a new 32 bit version with the DOS4GW
  144.                extender.
  145.         
  146.              - OS/2: There is a new 16 bit version for those who still
  147.                use OS/2 1.3.
  148.         
  149.              - OS/2 32: the "Priority" statement can be used to change
  150.                the priority for the FastLst process.
  151.         
  152.              - The 32 bit versions can now be configured to use the
  153.                temporary file instead of working in memory.
  154.                The "FileMode" statement and the "-t" command line switch
  155.                are used for selecting the mode.
  156.         
  157.              - The routines used in 32 bit versions for "in memory" work
  158.                (no temporary file) have been completely rewritten in
  159.                order to need far less memory. This way, the 32 bit
  160.                versions usually allocate about 1/4 of the memory they
  161.                needed with v 1.20. This is an important issue on systems
  162.                with not too much physical RAM (especially for the DOS
  163.                version, that cannot efficiently use virtual memory), but
  164.                the benefits are noticeable even on systems with plenty
  165.                of RAM (less OS/2 swap reorganization when FastLst ends).
  166.         
  167.              - The "TmpPath" config statement is no longer needed:
  168.                FastLst will use the TMP or TEMP environment variable if
  169.                no TmpPath statement is used.
  170.         
  171.              - If you want FastLst to kill all uncompressed nodelist
  172.                (except for those that are not stored in compressed
  173.                format too), just add a "KillSource" line to the "Global
  174.                Info" section of FastLst.cfg.
  175.         
  176.              - All the ArcList and Arcdiff statements can now work
  177.                WITHOUT the specification of the first letter of the
  178.                extension, i.e. "ArcList NodeList.z??" can be changed to
  179.                "ArcList NodeList.???" and "ArcDiff NodeDiff.z??" can be
  180.                changed to "ArcDiff NodeDiff.???". This way FastLst will
  181.                automatically handle any archive type that shows up in
  182.                the ArcList directory.
  183.         
  184.              - Now all the nodelists and nodediffs can be maintained in
  185.                many different archived formats. The archiving method for
  186.                NodeDiffs must be specified using "ArcDiffMethod
  187.                <meth>,[<f>] ...".
  188.         
  189.              - The "block" structure of the config file remains, but it
  190.                becomes a lot more flexible: the majority of config verbs
  191.                can now be anywhere in the config file, but they have
  192.                effect on different nodelists depending on their position
  193.                in the cfg. E.G.: "PasswordFile", being an address
  194.                related verb, can be both in the "Output Nodelist" and
  195.                "Input Nodelist" sections. If you use it after "Version7"
  196.                but before the first "NodeList", then it will be used for
  197.                all the NodeLists of that "Output block". If you use it
  198.                after a "NodeList", it will be used (as in the past) for
  199.                that Nodelist only. Other non-address related verbs (e.g.
  200.                ArcMethod) can be everywhere (global, output nodelist,
  201.                input nodelist) and the will affect the operations
  202.                depending on their position (global: all the nodelists;
  203.                output: all the nodelist in the current output block;
  204.                input: the current nodelist only).
  205.         
  206.              - "NoRedir" verb: the nodes that should be redirected will
  207.                acquire the empty string as phone number, so that you
  208.                will never call a system different from that you think
  209.                you are calling.
  210.         
  211.              - Many new verbs have been added to support external
  212.                operations; the names are self explaining:
  213.         
  214.         
  215.                BeforeArcList
  216.                AfterArcList
  217.                BeforeUnArcList
  218.                AfterUnArcList
  219.                BeforeUnArcDiff
  220.                AfterUnArcDiff
  221.                BeforeArcDiff
  222.                AfterArcDiff
  223.         
  224.                All the preceding verbs support the %a (complete archive
  225.                name) and %f (add/extract file name, no path) parameters.
  226.         
  227.         
  228.                BeforeEdit
  229.                AfterEdit
  230.         
  231.                The preceding verbs support the %l and %d parameters
  232.                standing for the full pathnames of the NodeList and
  233.                NodeDiff files.
  234.         
  235.         
  236.                BeforeCompile
  237.                AfterCompile
  238.         
  239.                The preceding verbs support the %l parameter only.
  240.         
  241.         
  242.                BeforeKillSource
  243.         
  244.                The preceding verb does not support any parameter.
  245.                It is executed even if "KillSource" is not used.
  246.                It is a means to invoke a command before FastLst ends.
  247.                The "NeededBeforeKill" verb must be used to specify the
  248.                NodeLists needed by this command.
  249.         
  250.                See FastLst.Doc for more information.
  251.         
  252.              - A new cfg section is now available: "NoCompile".
  253.                It is a means for maintaining a NodeList (applying
  254.                nodediffs, archiving with different archivers etc.)
  255.                without compiling it.
  256.         
  257.              - The 3D German PointListst is now internally supported by
  258.                FastLst. Just use the "GermanPointList" verb in the
  259.                pertaining block.
  260.         
  261.              - When all goes well, FastLst exists with errorlevel 0 if
  262.                it has compiled something, 100 if nothing new to compile
  263.                was found.
  264.         
  265.              - New method for evaluating the age of a variable extension
  266.                arcfile: the file date is considered in addition to the 2
  267.                digits in the extension. This way you can keep a greater
  268.                number of old files without creating problems to fastlst,
  269.                even at the year crossing.
  270.         
  271.              - File descriptions in FILES.BBS are now maintained
  272.                (deleted or added). New statements are available:
  273.         
  274.                ArcListDesc <description>
  275.                ArcDiffDesc <description>
  276.         
  277.                <description> can contain the following parameters:
  278.         
  279.                %d day
  280.                %a archiver
  281.                %D date, USA format
  282.                %L Local date
  283.         
  284.              - The dash is now recognized as insignificant while doing
  285.                the Dial and Cost translations.
  286.         
  287.              - The line # is specified when reporting a config error.
  288.         
  289.              - Some information about the compilation can now be
  290.                reported to a fido/squish message area: see FastLst.Doc
  291.                for a description for "MsgLogArea", "MsgRemArea" and
  292.                related statements.
  293.         
  294.              - FastLst is now multitasking smarter: e.g. it retries for
  295.                15s when it has to delete the old compiled nodelists and
  296.                rename the new ones.
  297.         
  298.              - New Export capability: FastLst is now able to "export"
  299.                segments of nodelist: see the "Export" section in the
  300.                docs.
  301.         
  302.              - The Dial and Cost tables can be unified: the old syntax
  303.                is still supported, but a new way can be used for cost
  304.                and dial specifications. I think that Europeans can
  305.                continue using the old syntax (if they like), while the
  306.                Americans should appreciate the new way (due to the
  307.                complex dial translations needed).
  308.         
  309.              - Fixed bug that caused access violations when no
  310.                "StatusLog" was used.
  311.         
  312.         
  313.         
  314.                 
  315.         
  316.         1.20 - WARNING: FastLst v 1.20 is NOT a "Drop In" replacement
  317.                for previous versions; you MUST modify the config file
  318.                following the comments in it before using this version.
  319.         
  320.              - In order to make available new powerful options without
  321.                using clumsy syntax and risking subtle side effects and
  322.                strange interactions, some obsolete features have been
  323.                dropped and the methods to specify the files to be
  324.                compiled have been modified.
  325.         
  326.              - FastLst is faster than ever: on my system and with my
  327.                configuration, the OS/2 version is about 25% faster
  328.                than v 1.16.
  329.                If you time it, be aware that the OS/2 version optimizes
  330.                memory allocation (and speed) basing on the needs of the
  331.                previous compilation, so it is usually a bit slower on
  332.                the first run with a new cfg.
  333.         
  334.              - The ancient "Version6" nodelist support has been
  335.                dropped. However the sometime-useful fidouser.lst is
  336.                still available.
  337.         
  338.              - The "MergeList" and "Kill999" options have been dropped.
  339.                With version7 you can simply compile segments after the
  340.                full list, since updated entries are put in the indexes
  341.                in the place of old ones.
  342.         
  343.              - Added support for compiling multiple V7 nodelists
  344.                with different output names.
  345.         
  346.              - Added support for automatic decompression of
  347.                nodelists and nodediffs: no more complex batch files.
  348.         
  349.              - Now FastLst compiles an output nodelist only if some
  350.                of its input lists are new: the -f command line switch
  351.                has been added to force compilation.
  352.         
  353.              - Pay Attention: version 1.14 introduced a new behaviour
  354.                in generating V7 indexes to circumvent a bug in
  355.                Binkley 2.50 V7 search function.
  356.                Now Binkley 2.58 should have fixed the bug, so
  357.                FastLst goes back to the "correct" V7 index.
  358.                A new cfg option has been added to keep using the
  359.                "bug-circumvent" index form: see "V7BugFix" in the
  360.                example config file.
  361.         
  362.                *******************************************************
  363.                * If you are using an older Binkley or some program   *
  364.                * that have got inspiration from Binkley 2.50 sources,*
  365.                * you could experience "address not found" problems,  *
  366.                * unless you explicitly activate the "V7BugFix"       *
  367.                * option in fastlst.cfg.                              *
  368.                *******************************************************
  369.         
  370.              - The "KillOld" and "AutoErase" verbs have been dropped.
  371.                Old nodelist and nodediff files are always erased.
  372.                You can control how many archived files are to be kept
  373.                via the new archive processing verbs.
  374.         
  375.              - The -o -s -l -g -m -p -b command line switches have
  376.                been dropped since they are now useless.
  377.         
  378.              - The "include" cfg keyword and the -i command line
  379.                switch have been dropped.
  380.                You can still include lists of passwords in a separate
  381.                file via the "PasswordFile" cfg keyword, that allows
  382.                to optionally omit the "Password" keyword in front of
  383.                each password specification.
  384.         
  385.              - Due to the frequent misunderstanding of the real meaning
  386.                and function of the "Address" config option, I have
  387.                decided to drop it.
  388.                These days it is not much useful (in a nodelist
  389.                compiler), since many systems have various different
  390.                addresses and we are used to write addresses in the full
  391.                4D format to avoid ambiguities.
  392.                In the various config options that require an address
  393.                or a part of it, you now need to specify all the
  394.                required fields, always starting with the zone number:
  395.                no assumption is made on your zone/net/node.
  396.         
  397.              - The obsolete "MaxBaud" and "Baud" verb have been dropped.
  398.                Should you use an old 2400 non error-correcting
  399.                modem that needs equal DTE and DCE rates, make sure
  400.                your front-end is configured to dial using its own
  401.                max baud rate instead of the baud rate reported by
  402.                the nodelist for the callee (AutoBaud in Binkley.cfg).
  403.         
  404.              - The "Country" and "UCost" verbs have been dropped,
  405.                the "Dial" and "Cost" tables have been slightly modified
  406.                to specify domestic and international defaults in a more
  407.                coherent manner and to include "UCost" info.
  408.         
  409.              - The "TypeExact" verb has been substituted by the
  410.                complementary "BitType" option.
  411.                Thus the default is now the "Exact Type" used by
  412.                Binkley 2.55 and newer.
  413.         
  414.              - The "TypeCost" verb has been dropped.
  415.                It was used to differentiate CallCost basing on
  416.                modem type. This way, in a multi-line environment,
  417.                you could make each line call the appropriate modem
  418.                types.
  419.                To achieve the same goal, please use the front-end
  420.                dial string selection options (ModemTrans in Binkley).
  421.         
  422.              - The totally useless "Name" and "Comments" options
  423.                have been dropped.
  424.         
  425.              - The "Gated" config option has been dropped and the
  426.                "GateAddr", "GateCoord" verbs have been replaced by
  427.                "IncAddr", "ExcAddr", "IncCoord".
  428.         
  429.              - The "Interlist" config option has been dropped.
  430.                It is substituted by the "IncSysOp" verb.
  431.         
  432.              - The "Type" and "CM" keywords have been dropped.
  433.                Their functions are more cleanly implemented via
  434.                the "NodeFlags" verb.
  435.         
  436.              - The "TypeDef" statement has been modified to a "table"
  437.                form, for better coherency.
  438.         
  439.              - The addresses in Fidouser.Lst now always have the
  440.                heading zone number, even if it is the same as yours.
  441.         
  442.              - Fixed little bug that could cause some cfg keywords
  443.                not to be recognized unless followed by a comment
  444.         
  445.         
  446.         
  447.                 
  448.         
  449.         1.16 - Fixed bug in the Register routine that caused
  450.                some keys not to work (1 every 256).
  451.         
  452.         
  453.         
  454.                 
  455.         
  456.         1.15 - Some programs skip the first entry in V6 nodelist,
  457.                assuming it is a dummy entry that contains the version
  458.                number of the nodelist. These programs could loose
  459.                the "zone number" of the first zone compiled, thus
  460.                assuming zone 0.
  461.                Now FastLst puts the "version ID" entry at the start
  462.                of nodelist V6.
  463.         
  464.         
  465.         
  466.                 
  467.         
  468.         1.14 - Some programs do not correctly read V7 indexes when
  469.                an empty node appears (This happens when a key has no
  470.                greater keys in the lower index level, so that it points
  471.                to an empty node).
  472.                Sometimes these programs could not find part of the
  473.                V7 nodelist entries.
  474.                Now FastLst adds a dummy duplicate key to avoid the problem.
  475.         
  476.              - New "Node,<address>,..." keyword to allow
  477.                straightforwad addition of nodes without the need for
  478.                Zone and Host lines.
  479.         
  480.              - Removed the Point flag in the output nodelist for
  481.                point 0 entries (after the "Boss,..." keyword).
  482.         
  483.         
  484.         
  485.                 
  486.         
  487.         1.13 - When a totally empty line was found in a nodelist
  488.                file a strange undesired nodelist entry was compiled.
  489.                It was not a bug since FTS-0005 does not allow
  490.                empty nodelist lines, however it has been fixed
  491.                to avoid problems with private manually written
  492.                nodelist segments.
  493.         
  494.              - The .DOC now reports an "undocumented" feature:
  495.                when using the "Boss,<address>" method for pointlists,
  496.                you can also use the point #0 to easily add the Boss
  497.                entry, if useful.
  498.         
  499.         
  500.         
  501.                 
  502.         
  503.         1.12 - In the case of SysOps of multiple nodes, all the
  504.                Name/Address couples are now put in the SysOp
  505.                lists (fidouser.lst and sysop.ndx).
  506.                  This new behaviour allows to use the great "address
  507.                choice" feature of TimEd (excellent Dos/OS2 message
  508.                editor by Gerard van Essen 2:281/527).
  509.         
  510.              - New behaviour of "SysDup" option: since now all the
  511.                name-duplicate sysop entries are kept by default,
  512.                SysDup allows to keep (for a particular sysop name)
  513.                only the entry with one of the specified addresses.
  514.         
  515.              - Many internal changes, not visible to users: if you
  516.                find out a new unexpected behaviour, please let me
  517.                know.
  518.         
  519.              - Removed redundant empty lines in nodelist.prn and
  520.                nodelist.txt after comment lines.
  521.         
  522.         
  523.         
  524.                 
  525.         
  526.         1.11 - CRC is now checked on all nodelist files that have
  527.                the expected CRC on the first line (previously it
  528.                was checked when applying nodediffs only).
  529.         
  530.              - New errorlevel 10 for CRC Error while compiling
  531.                nodelist (errorlevel 9 is still used for CRC Error
  532.                while applying nodediff).
  533.         
  534.              - When merging the first line is skipped if it contains
  535.                the CRC.
  536.         
  537.              - New -r command line switch to avoid exit on CRC Error.
  538.         
  539.              - New -s command line switch to override SYSOP.NDX
  540.                base name.
  541.         
  542.              - Any file specification can contain drive and path,
  543.                including -n -d -o -s overrides.
  544.         
  545.              - When using Version7 only, the added nodelist segments
  546.                are appended to the end of the full main nodelist
  547.                instead of the end of your zone.
  548.         
  549.              - Some small changes in Nodelist.Prn and Nodelist.Txt
  550.         
  551.              - Fixed bug introduced in v 1.10: when a region segment
  552.                (no zone entry) was compiled as the main nodelist,
  553.                zone 0 was erroneously assumed.
  554.                Now the address levels not present in the main nodelist
  555.                correctly default to the config address.
  556.         
  557.         
  558.         
  559.                 
  560.         
  561.         1.10 - OS/2: First 32 bit version, compiled by BC++.
  562.         
  563.              - OS/2: New "flat" index sorting (no more disk based
  564.                merge-sort).
  565.         
  566.              - OS/2: "TmpPath" option in *.cfg not used any more.
  567.         
  568.              - OS/2: Long filename support
  569.         
  570.              - DOS: The "TmpPath" directory is now automatically
  571.                created when necessary.
  572.         
  573.              - New improved Disk Full handling (errorlevel 4)
  574.         
  575.              - New "-o<nodebase>" command line switch to override
  576.                output file names (NODEX.* -> <nodebase>.*).
  577.         
  578.              - New "KillAfter" config verb, to save old nodelist files
  579.                in the case of compilation error.
  580.         
  581.              - New "Boss <address>" statement for easier pointlist
  582.                support (see FastLst.DOC).
  583.         
  584.              - New optional partial address parameter in
  585.                "MyList <nodefile> [default partial address]"
  586.                to allow the addition of nodelist segments without
  587.                the need of ZONE, HOST, node prefix lines (V7 only).
  588.                See FastLst.DOC for more details.
  589.         
  590.              - New "-i<include>" command line switch to allow easier
  591.                different file inclusions.
  592.         
  593.              - New "KillOld" config statement to kill old versions of
  594.                nodelist files.
  595.         
  596.              - New "Kill999" config statement to kill the .999 file
  597.                that remains after merging with MergeList.
  598.         
  599.              - Now the .999 file is killed whenever FastLst begins
  600.                execution, thus you do not have to manually delete it
  601.                if you stop using the MergeList command.
  602.         
  603.              - Now the "Gated" config keyword prevents Hub coordinators
  604.                of other zones to be put in the output nodelist (only
  605.                ZC and NC remain).
  606.         
  607.              - New "GateAddr" config keyword allows to have only
  608.                selected zones, regions and nets in the output files.
  609.         
  610.              - New "GateCoord" config keyword allows to have in the
  611.                output files only selected coordinators from the excluded
  612.                zones, regions and nets.
  613.         
  614.              - New errorlevel 9 exit after CRC error while applying
  615.                a nodediff. If "Autoerase" is active, the nodediff and
  616.                the resulting nodelist files are erased, otherwise they
  617.                are renamed to NODEDIFF.BAD and NODELIST.BAD.
  618.         
  619.              - New "StatusLog" config statement to specify the log
  620.                filename in the .cfg instead of the command line.
  621.         
  622.              - New "TypeExact" config option to set modem types in a
  623.                way more coherent with the behaviour of Binkley 2.55 and
  624.                newer.
  625.         
  626.              - New "SysDup" config option to override FastLst's choice
  627.                when killing duplicate SysOp Names.
  628.         
  629.         
  630.         
  631.                 
  632.         
  633.         1.06 - OS/2: Fixed bug that caused some reg. keys not to work.
  634.         
  635.              - DOS: Fixed bug that sometimes caused memory problems
  636.                during index sorting.
  637.         
  638.         
  639.         
  640.                 
  641.         
  642.         1.05 - New UCOST verbs to set User Cost Different from Call Cost.
  643.         
  644.              - OS/2: Fixed bug that sometimes caused "Disk Full" error.
  645.         
  646.         
  647.         
  648.                 
  649.         
  650.         1.04 - Changed redirection criteria: if you have a password with a
  651.                hold/unpublished system or its coordinator, then it is NOT
  652.                redirected; instead it gets an empty phone number string.
  653.         
  654.              - Slightly changed the algorithm to choose the entry for
  655.                a multi-SysOp in Sysop.Ndx, so that he never gets data from
  656.                an entry that is not used due to local segment override.
  657.         
  658.              - Added "Flags" Keyword to set the user defined bits.
  659.         
  660.              - OS/2: Fixed a bug that caused a "NULL POINTER" error when
  661.                compiling only Version 6 and FidoUserLst.
  662.         
  663.         
  664.         
  665.                 
  666.         
  667.         1.03 - Added <CR> before comment output to fix video output when
  668.                both comments and report are active, Thanks to Roberto
  669.                Zanasi.
  670.         
  671.              - OS/2: First (16 bit) version, ported by Pasquale Cantiello.
  672.         
  673.         
  674.         
  675.                 
  676.         
  677.         1.02 - Null pointer bug fixed in Merge module, Thanks to Pasquale
  678.                Cantiello.
  679.         
  680.         
  681.         
  682.                 
  683.         
  684.         1.01 - Minor message and DOC adjusting.
  685.         
  686.         
  687.         
  688.                 
  689.         
  690.         1.00 - First public release.
  691.         
  692.         
  693.